<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Main-styles*/

.text-justify {
    text-align: justify !important;
}

.kingster-top-bar.new_class .kingster-top-bar-right-button {
    margin: 5px 0;
}

.kingster-body .kingster-top-bar .kingster-top-bar-right-button {
    color: #ffffff !important;
}

.kingster-top-bar-right-button {
    text-decoration: none;
}

.kingster-body .kingster-top-bar a:hover {
    color: #ff0303;
}

.kingster-logo {
    float: left;
}

.kingster-header-wrap {
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

.kingster-navigation {
    float: right;
    line-height: 0;
}

.kingster-top-bar-right {
    margin-bottom: 5px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-link {
    color: #f79a30 !important;
    animation: blink 1.5s infinite;
}


/*Media Query for navbar*/

@media screen and (max-width: 668px) {
    .kingster-top-bar.new_class .kingster-item-pdlr {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .sub-menu {
        z-index: 9999 !important;
    }
}

@media only screen and (min-width: 768px) {
    .sub-menu {
        z-index: 9999 !important;
    }
}

/*Styles form  Footer*/

.facebook:hover {
    color: #137cf5 !important;
}

.youtube:hover {
    color: #f84d4d !important;
}

.instagram:hover {
    color: #f84d4d !important;
}

.tmrw {
    width: 100%;
    text-align: center;
    position: relative;
    top: -45px;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-css li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}


/* General styles for sticky icons on web page */
.gdlr-core-button {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.gdlr-core-body .gdlr-core-button {
    background-color: #ce0505;
}

.sticky_box {
    position: fixed;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.left_sbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floatbtn-right {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
}

.floatbtn-right_second {
    position: fixed;
    top: 66%;
    right: 0;
    z-index: 9999;
}

.text_box {
    display: none;
    margin-left: 10px;
}


/* On hover, show text :- */
.gdlr-core-button:hover .text_box,
.gdlr-core-button:hover .text_box1 {
    display: inline-block;
}


.gdlr-core-button .text_box {
    font-size: 14px;
    color: #ffffff;
}

/* Right button adjustment:- */
.floatbtn-right .text_box1 {
    font-size: 15px;
    color: #ffffff;
}

.link_vertual {
    margin-bottom: 2px;
}

i {
    font-size: 1.2rem; /* Adjust size */
}


/*custom css*/

a:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .sticky_box {
        display: block; /* Ensure it's visible on mobile */
    }
}

/* General Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)); /* Gradient background with colors */
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
    backdrop-filter: blur(2px);
}

.modal-contentt {
    background: linear-gradient(135deg, #ffffff, #f0f0f5, #e6e6fa); /* Multi-color gradient background */
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    animation: slideIn 0.4s;
    width: 90%;
}

/* Close Button Styling */
.close {
    color: #212121;
    background: linear-gradient(135deg, #78b3ff, #427ed0);
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 25%;
    padding: 0px 10px;
    transition: background 0.3s, transform 0.2s;
}

    .close:hover,
    .close:focus {
        color: #ffffff;
        background: linear-gradient(135deg, #121212, #147de4);
        transform: scale(1.1);
        text-decoration: none;
        cursor: pointer;
    }

/* Title Styling */
.modal-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    color: #444;
}

/* Form Group Styling */
.form-group {
    margin-bottom: 15px;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #f9f9f9; /* Light gray background */
}

    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        outline: none;
        background-color: #ffffff; /* White background on focus */
    }

/* Flex Row for Dropdowns */
.dropdown-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .dropdown-row .form-group {
        flex: 1;
    }


.custom-btn {
    background: linear-gradient(135deg, #007bff, #0056b3); /* Gradient blue button */
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

    .custom-btn:hover {
        background: linear-gradient(135deg, #0056b3, #004080);
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

/* Add Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-contentt {
        padding: 15px;
        border-radius: 10px;
        max-width: 90%;
    }

    .modal-title {
        font-size: 22px;
    }

    .dropdown-row {
        flex-direction: column;
    }

    .form-control {
        font-size: 14px;
        padding: 8px;
    }

    .custom-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .close {
        font-size: 20px;
        padding: 0 8px;
    }
}

@media (max-width: 480px) {
    .modal-contentt {
        padding: 10px;
        border-radius: 8px;
    }

    .modal-title {
        font-size: 18px;
    }

    .form-control {
        font-size: 12px;
        padding: 6px;
    }

    .custom-btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .close {
        font-size: 18px;
        padding: 0 6px;
    }
}
</pre></body></html>